Skip to content

refactor connection creation to use Django's APIs #178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 1, 2024

Conversation

timgraham
Copy link
Collaborator

No description provided.

@timgraham timgraham marked this pull request as draft October 30, 2024 16:55
@timgraham timgraham force-pushed the connection-creation branch 2 times, most recently from 3bfeeb7 to 8ae7e65 Compare October 30, 2024 19:39
@timgraham timgraham requested a review from WaVEV October 30, 2024 19:43
@timgraham timgraham marked this pull request as ready for review October 30, 2024 19:48
@timgraham timgraham force-pushed the connection-creation branch from 48d123f to 2258c45 Compare October 30, 2024 21:50
@timgraham timgraham requested a review from aclark4life October 31, 2024 12:55
Copy link
Collaborator

@aclark4life aclark4life left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks! LGTM and thank you for s/mongo_query/mql_match/

Copy link
Contributor

@Jibola Jibola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -3,6 +3,7 @@


class DatabaseFeatures(BaseDatabaseFeatures):
minimum_database_version = (5, 0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is based on 5.0 being what's tested against, correct?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct. Recall that we bumped Mongo 4.4 (copied from Pymongo's CI, I think) to 5.0 in 8bbfc61.

@timgraham timgraham force-pushed the connection-creation branch from 2258c45 to 087000e Compare November 1, 2024 20:57
@timgraham timgraham merged commit 087000e into mongodb:main Nov 1, 2024
4 checks passed
@timgraham timgraham deleted the connection-creation branch November 1, 2024 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants